From 78f20cabfc960fc56cd786ee34b403d5b453f832 Mon Sep 17 00:00:00 2001 From: Steve Klabnik Date: Mon, 17 Nov 2014 15:55:54 -0500 Subject: [PATCH] One does not simply `make` Cargo README fix with correct build instructions for building from source. --- .gitignore | 1 + README.md | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ca38a825f..dd674e889 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /Makefile /config.mk src/doc/build +rustc diff --git a/README.md b/README.md index fc7fc857c..45151e0c3 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,8 @@ Cargo can then be compiled like many other standard unix-like projects: ```sh git clone https://github.com/rust-lang/cargo cd cargo -./configure +./.travis.install.deps.sh +./configure --local-rust-root=`pwd`/rustc make make install ``` -- 2.30.2